projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fd6a33
)
Seal GtkScale public fields
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:58:18 +0000
(10:58 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:58:18 +0000
(10:58 +0000)
* gtk/gtkscale.h: Deprecate direct access through GSEAL().
svn path=/trunk/; revision=20494
gtk/gtkscale.h
patch
|
blob
|
history
diff --git
a/gtk/gtkscale.h
b/gtk/gtkscale.h
index c0a9aec30a1652a2784e0a3cf810f8e1bfee3dc0..16b34267f7cb67edc7b32cf4d0ae60dced7cc348 100644
(file)
--- a/
gtk/gtkscale.h
+++ b/
gtk/gtkscale.h
@@
-53,9
+53,9
@@
struct _GtkScale
{
GtkRange range;
- gint
digits
;
- guint
draw_value : 1
;
- guint
value_pos : 2
;
+ gint
GSEAL(digits)
;
+ guint
GSEAL(draw_value : 1)
;
+ guint
GSEAL(value_pos : 2)
;
};
struct _GtkScaleClass